C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / TemplateBindings Property

In This Topic
TemplateBindings Property (TransposedMultiRow<T>)
In This Topic
Gets the collection of the template bindings.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.TemplateBindingsConverter)>
Public ReadOnly Property TemplateBindings As IDictionary(Of String,String)
 
See Also